projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5e66b
)
cat: Fix a typo in usage error printout
author
Anne LoVerso
<aelv13@gmail.com>
Fri, 6 Jun 2014 14:54:05 +0000
(10:54 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 17 Jun 2014 20:06:15 +0000
(16:06 -0400)
src/ostree/ot-builtin-cat.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-cat.c
b/src/ostree/ot-builtin-cat.c
index b56e714a0ad80790a8eb1e82aa43630ce6bd187b..c4973e2f9cdb21e8387b6eabb499d5aa70ad44ba 100644
(file)
--- a/
src/ostree/ot-builtin-cat.c
+++ b/
src/ostree/ot-builtin-cat.c
@@
-73,7
+73,7
@@
ostree_builtin_cat (int argc, char **argv, OstreeRepo *repo, GCancellable *cance
if (argc <= 2)
{
- ot_util_usage_error (context, "A
n
COMMIT and at least one PATH argument are required", error);
+ ot_util_usage_error (context, "A COMMIT and at least one PATH argument are required", error);
goto out;
}
rev = argv[1];